Crate bevy_macro_utils

source ·

Structs

Functions

  • Derive a label trait
  • Derive a label trait
  • Finds an identifier that will not conflict with the specified set of tokens. If the identifier is present in haystack, extra characters will be added to it until it no longer conflicts with anything.
  • Get the fields of a data structure if that structure is a struct with named fields; otherwise, return a compile error that points to the site of the macro invocation.